This section describes how to create a component and how your component interacts with the Component Manager. This section also describes many of the routines that the Component Manager provides to help you manage your component. If you are developing a component, you should read the material in this section.
If you are developing an application that uses components, you may find this material interesting, but you do not need to be familiar with it. You should read the preceding section, "Using the Component Manager," and then use the "Component Manager Reference" section as needed.
This section discusses how you can
This section presents several examples demonstrating how to create components and register them with the Component Manager. All of these examples are based on a "drawing component"--a simple component that draws an object of a particular shape on the screen. This section includes the code for a drawing component.